home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / lux12.zip / LUX12.DOC < prev   
Text File  |  1985-02-09  |  1KB  |  41 lines

  1.  
  2.           ***   The LUX program is NOT public domain.   ***
  3.  
  4.        This program may be copied for backup purposes only. It
  5.        may not be distributed without permission of the author.
  6.  
  7. LUX Command
  8. -----------
  9.  
  10. Purpose:   To execute a COM or EXE program directly from a LBR type
  11.        file which was created by the LU or LAR utility.
  12.  
  13. Format:    LUX    [d:][path]library[.LBR]  program[.COM]    [program parameters]
  14.  
  15. Remarks:   The first command parameter defines the library file which
  16.        contains the program to be executed. If the extension is
  17.        omitted, LBR is assumed.
  18.  
  19.        The second command parameter supplies the file name of the
  20.        program to be executed. If the extension is omitted, COM is
  21.        assumed. Only extensions of COM and EXE are valid.
  22.  
  23.        The third, and subsequent, command parameters are passed to
  24.        the program.
  25.  
  26. Examples:
  27.        Execute the LUE.COM program in LUBUERG.LBR to extract
  28.        all DOC files from the file TEST.LBR.
  29.  
  30.         LUE TEST *.DOC
  31.             - or -
  32.         LUX LUBUERG LUE TEST *.DOC
  33.  
  34.  
  35. Notes:       Copyright (c) Vernon Buerg 1985. For private use only.
  36.  
  37.          For DOS 2.0 or later. Not for sale or hire.
  38.          Version 1.2, November 12, 1984.
  39.  
  40. ----------
  41.